2 // DPCoroutineSingleThreadTests.m
3 // HigherOrderMessaging
5 // Created by Ofri Wolfus on 02/08/07.
6 // Copyright 2007 Ofri Wolfus. All rights reserved.
9 #import "DPCoroutineSingleThreadTests.h"
10 #import "DPCoroutine.h"
13 @implementation DPCoroutineSingleThreadTests
15 - (unsigned)numberOfIterations {
33 - (void)finishSingleThreadTest {
37 [self setStatus:YES forPendingTest:@"testSingleThread"];
40 - (void)testSingleThread {
42 [self coroutine:MSG(finishSingleThreadTest)];
43 [self coroutine:MSG(incByTwo)];
44 [self coroutine:MSG(decByOne)];